home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User: China
/
Acorn User China CD-ROM (UK) (Disc B)
/
Acorn User China CD-ROM (UK) (Disc B).bin
/
STUTTGART
/
ARCHIVERS
/
BEGINNER
/
TARZ
/
!tarZ_makefiles
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-24
|
348 b
|
25 lines
BEGIN {
char x[ 128 ];
y=1; }
/' /
{
if (y==1)
{
x=$1;
y=0;
}
else
x=substr($1,2);
if (x=="Directory")
{
printf("dir %s \n",$2);
printf("settype settypes obey\n");
printf("obey settypes\n");
printf("delete settypes\n");
}
}
END { printf("*quit\n");}